home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / VELENG10.ZIP / Readme < prev    next >
Text File  |  1997-07-27  |  3KB  |  83 lines

  1.  
  2. Velena Engine Source Code V1.00  (written by Giuliano Bertoletti)
  3. Copyright (C) 1996-97 Giuliano Bertoletti & GBE 32241 Software PR
  4.  
  5. Released 27/07/1997
  6. =========================================================================
  7.  
  8. This is a Connect 4 AI core engine. Please download Velena for the whole 
  9. documentation.
  10.  
  11. Velena can be found at the following adresses via Internet:
  12.  
  13. http://www.ce.unipr.it/~gbe/velena.html  (official homepage)
  14.  
  15. ftp://x2ftp.oulu.fi/pub/msdos/programming/ai/velenaXX.zip
  16.    where XX is the current version of Velena (now is 18).
  17.  
  18. =========================================================================
  19.  
  20. Acknoledgements
  21.  
  22. Velena Engine Source Code is free software; you can redistribute it and/or 
  23. modify it under the following conditions:
  24.  
  25.  
  26. 1 - If you make a derived work, the full source code must be distributed 
  27.     and placed in public domain.
  28.  
  29. 2 - You must not charge a fee for this software nor for any derived work 
  30.     in which this software is included.
  31.  
  32. 3 - You must not delete the copyright notices in the source code
  33.     (but of course you can make your own layout for graphics and copyright notices on
  34.     the screen, provided it's clearly expressed that you used the Velena Engine Source
  35.     Code and that's a derived work).
  36.  
  37.  
  38.  
  39. Disclaimer
  40.  
  41. This software is distributed in the hope that it will be useful, but 
  42. without any warranty; including but not limited to implied warranties 
  43. of merchantability or fitness for a particular purpose with respect to 
  44. the software and accompanying written materials.
  45. The author takes no responsibility for use or misuse of this software.
  46. Although every effort has been made to produce a solid and efficient product 
  47. the author cannot assure that the operation of the software will be 
  48. uninterrupted and error free. The user takes every risk. 
  49.  
  50. Actually the source code has been tested under Watcom C/C++ V10.0 and
  51. Linux gcc compiler. The default makefile is for linux. If you want to
  52. compile the code under watcom use makefile.wcc
  53.  
  54.  
  55.  
  56. Greetings
  57.  
  58. During Velena development I have been helped by many persons:
  59.  
  60. This program is based on the knowledged approach of L.Victor Allis which 
  61. designed and  implemented a sophisticated AI engine in a program called 
  62. Victor. Velena is basically the same, except that even newer concepts and 
  63. techniques were introduced in order to reduce the problem complexity (of 
  64. solving the game) to a more tractable factor of magnitude. Moreover Velena 
  65. is available to anyone, while Victor (currently) is not. I thank L.Victor 
  66. Allis for his support while I developed Velena and for the theory he made 
  67. for solving Connect Four. Without him this program wouldn't have come to light. 
  68.  
  69. I also thank Filippo Ghilardi who helped me to build the opening book data base
  70. which took several days of work on his Pentium 133 computer, and Davide Mazza 
  71. who created the Velena intro logo (MSDOS version).
  72.  
  73. ===============================================================================
  74.  
  75.                                                        The author:
  76.                                                        Giuliano Bertoletti
  77.                                                 E-mail gbe@ce.unipr.it
  78.                                                        gbe@netsis.it
  79.  
  80.  
  81.  
  82.  
  83.